Home
last modified time | relevance | path

Searched refs:errorm (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/clfft/clFFT-2.12.2/src/callback-client/
H A DopenCL.misc.h108 std::string errorm (tmp.str()); in OpenCL_V_Throw()
109 std::cout << errorm<< std::endl; in OpenCL_V_Throw()
110 throw std::runtime_error( errorm ); in OpenCL_V_Throw()
137 std::string errorm(tmp.str()); in OpenCL_V_Warn()
138 std::cout << errorm << std::endl; in OpenCL_V_Warn()
/dports/math/clfft/clFFT-2.12.2/src/client/
H A DopenCL.misc.h111 std::string errorm (tmp.str()); in OpenCL_V_Throw()
112 std::cout << errorm<< std::endl; in OpenCL_V_Throw()
113 throw std::runtime_error( errorm ); in OpenCL_V_Throw()
140 std::string errorm(tmp.str()); in OpenCL_V_Warn()
141 std::cout << errorm << std::endl; in OpenCL_V_Warn()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/
H A DLogger.hs9 , errorm
26 errorm :: MonadIO m => String -> m ()
27 errorm s = liftIO $ errorM "hls" s function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/
H A DLogger.hs9 , errorm
26 errorm :: MonadIO m => String -> m ()
27 errorm s = liftIO $ errorM "hls" s function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hie-bios-0.7.5/src/HIE/Bios/Internal/
H A DLog.hs15 errorm :: MonadIO m => String -> m ()
16 errorm s = liftIO $ errorM "hie-bios" s function
/dports/editors/uemacs/uemacs-4.0/src/
H A Deval.c92 return(errorm);
98 return(errorm);
103 return(errorm);
108 return(errorm);
133 return(errorm);
151 return(errorm);
213 return(errorm);
275 return(errorm);
283 return(errorm);
347 return(errorm);
[all …]
H A Dxvtdos.c607 return(errorm); in timeset()
H A Damigados.c785 return(errorm); in timeset()
H A Dregion.c542 return(errorm);
H A Dbind.c1005 bindname = errorm;
H A Dfmrdos.c812 return(errorm); in timeset()
H A Dmsdos.c907 return(errorm);
H A Dnecdos.c825 return(errorm); in timeset()
H A Dexec.c31 if (strcmp(buffer, errorm) == 0)
H A Ddisplay.c1592 if (strcmp(buf, errorm) == 0) {
/dports/math/clblas/clBLAS-2.10/src/client/
H A Dclfunc_common.hpp207 std::string errorm(tmp.str()); in OpenCL_V_Throw() local
208 std::cout << errorm<< std::endl; in OpenCL_V_Throw()
209 throw std::runtime_error( errorm ); in OpenCL_V_Throw()
H A DclGemm.h146 std::string errorm(tmp.str()); in OpenCL_V_Throw()
147 std::cout << errorm<< std::endl; in OpenCL_V_Throw()
148 throw std::runtime_error( errorm ); in OpenCL_V_Throw()
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/tests/
H A Dtest_rotation_3d.cxx181 double errorm = (b * vnl_math::sqrt2 - am_to_b).squared_magnitude(); in test_rotation_3d() local
182 TEST_NEAR("constructor from 2 vectors: rotate 225d around Y axis", errorm, 0.0, epsilon); in test_rotation_3d()
/dports/graphics/mxp/mxp/
H A Dfile.c59 extern Widget errorm;
194 XtSetValues(errorm, arg, 1);
H A Dmxp.c79 Widget iter_label, error_pu, errorm; variable
235 errorm = XtCreateManagedWidget("Error", labelWidgetClass, temp, in main()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/src/Ide/
H A DMain.hs88 G.Error -> errorm (T.unpack txt)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/src/Ide/
H A DMain.hs88 G.Error -> errorm (T.unpack txt)
/dports/editors/uemacs/uemacs-4.0/h/
H A Dedef.h118 CONST char errorm[] = "ERROR"; /* error literal */ variable
354 CONST extern char errorm[DUMMYSZ]; /* error literal */
/dports/lang/mono/mono-5.10.1.57/
H A Dconfigure.ac758errorm="Your mono distribution is incomplete; if unpacking from a tar file, make sure you use GNU…
759 AC_MSG_ERROR([$errorm])
H A Dconfigure19483errorm="Your mono distribution is incomplete; if unpacking from a tar file, make sure you use GNU…
19484 as_fn_error $? "$errorm" "$LINENO" 5

12