Home
last modified time | relevance | path

Searched refs:ISINF (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartMath_p.h53 #define ISINF(x ) (!(_finite(x ) + _isnan(x ) ) ) macro
58 #define ISINF(x) isinf(double(x)) macro
61 #define ISINF(x) std::isinf(x) macro
64 #define ISINF(x) isinf(x) macro
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
159 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq float [[X]], 0xFFF0000000000000
210 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
222 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
159 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq float [[X]], 0xFFF0000000000000
210 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
222 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.h238 #define ISINF std::isinf macro
241 #define ISINF isinf
255 static bool IsFinite(const Type x) { return !ISINF(x) && !ISNAN(x); } \
257 static bool IsInf(const Type x) { return ISINF(x); } \
258 static bool IsPosInf(const Type x) { return ISINF(x) && x > 0; } \
259 static bool IsNegInf(const Type x) { return ISINF(x) && x < 0; }
294 #undef ISINF
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.h240 #define ISINF std::isinf macro
243 #define ISINF isinf
257 static bool IsFinite(const Type x) { return !ISINF(x) && !ISNAN(x); } \
259 static bool IsInf(const Type x) { return ISINF(x); } \
260 static bool IsPosInf(const Type x) { return ISINF(x) && x > 0; } \
261 static bool IsNegInf(const Type x) { return ISINF(x) && x < 0; }
296 #undef ISINF
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.h240 #define ISINF std::isinf macro
243 #define ISINF isinf
257 static bool IsFinite(const Type x) { return !ISINF(x) && !ISNAN(x); } \
259 static bool IsInf(const Type x) { return ISINF(x); } \
260 static bool IsPosInf(const Type x) { return ISINF(x) && x > 0; } \
261 static bool IsNegInf(const Type x) { return ISINF(x) && x < 0; }
296 #undef ISINF
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.h238 #define ISINF std::isinf macro
241 #define ISINF isinf
255 static bool IsFinite(const Type x) { return !ISINF(x) && !ISNAN(x); } \
257 static bool IsInf(const Type x) { return ISINF(x); } \
258 static bool IsPosInf(const Type x) { return ISINF(x) && x > 0; } \
259 static bool IsNegInf(const Type x) { return ISINF(x) && x < 0; }
294 #undef ISINF
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
173 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp reassoc oeq float [[X]], 0xFFF0000000000000
190 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq float [[X]], 0xFFF0000000000000
273 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz afn oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
173 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp reassoc oeq float [[X]], 0xFFF0000000000000
190 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq float [[X]], 0xFFF0000000000000
273 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz afn oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
173 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp reassoc oeq float [[X]], 0xFFF0000000000000
190 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq float [[X]], 0xFFF0000000000000
273 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz afn oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dpow-sqrt.ll12 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
13 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
24 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
25 ; CHECK-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
38 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq double [[X]], 0xFFF0000000000000
94 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
105 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz oeq double [[X]], 0xFFF0000000000000
173 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp reassoc oeq float [[X]], 0xFFF0000000000000
190 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp afn oeq float [[X]], 0xFFF0000000000000
273 ; CHECK-NEXT: [[ISINF:%.*]] = fcmp nsz afn oeq double [[X]], 0xFFF0000000000000
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/system/
H A DSystem.h80 #define ISINF std::isinf macro
104 #define ISINF std::isinf macro
128 #undef ISINF
130 #define ISINF(x) 0 macro
/dports/security/xinetd/xinetd-2.3.15/libs/src/portable/
H A Dcvt.c47 #ifndef ISINF
48 #define ISINF APPEND(isinf, FLOAT_NAME_EXT) macro
84 if (!ISINF (value) && !ISNAN (value)) { in APPEND()
174 if (!ISNAN (value) && !ISINF (value) && value != 0.0) { in weak_extern2()
214 if (!ISINF (value) && !ISNAN (value)) in weak_extern2()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/execution/
H A DISINF.dia.ref10 // Unitary test for conversion of Matlab function: ISINF
12 if ~m2sciTestExecution("ISINF") then bugmes();quit;end
14 File to convert: SCI/modules/m2sci/tests/unit_tests/mfiles/ISINF.m
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dmd2tool.cpp223 #define ISINF(x) ((x!=0)&&(x/2==x)) in main() macro
226 ISINF(mx)||ISINF(my)||ISINF(mz)||ISINF(ax)||ISINF(ay)||ISINF(az)) in main()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/complex/
H A Dcacos.c245 if (ISINF(iy, ly)) { /* cacos( x + i inf ) = pi/2 - i inf */ in cacos()
249 } else if (ISINF(ix, lx)) { in cacos()
259 if (ISINF(ix, lx)) in cacos()
272 if (ISINF(ix, lx)) { /* x is INF */ in cacos()
275 if (ISINF(iy, ly)) { in cacos()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c111 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
118 GXB_OP1z (ISINF , "isinf" , bool , BOOL ) ;
126 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;
138 GXB_OP1z (ISINF , "isinf" , bool , BOOL) ;

123456789