Searched refs:pinf (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 36 double pinf = uprv_getInfinity(); 102 double pinf = uprv_getInfinity(); in testMaxMin() local 111 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin() 112 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin() 115 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 116 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 118 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 127 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin() 128 maxMinTest(pinf, nan, nan, FALSE); in testMaxMin() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | floating.pass.cpp | 43 std::size_t pinf = h(INFINITY); in test() local 49 assert(t0 != pinf); in test() 54 assert(tp1 != pinf); in test() 58 assert(t1 != pinf); in test() 61 assert(tn1 != pinf); in test() 64 assert(pinf != ninf); in test()
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | floating.pass.cpp | 44 std::size_t pinf = h(INFINITY); in test() local 50 assert(t0 != pinf); in test() 55 assert(tp1 != pinf); in test() 59 assert(t1 != pinf); in test() 62 assert(tn1 != pinf); in test() 65 assert(pinf != ninf); in test()
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/ |
D | fract.ll | 39 %pinf = call half @llvm.amdgcn.fract.f16(half 0xH7C00) ; +inf 40 store volatile half %pinf, half* %p 79 %pinf = call float @llvm.amdgcn.fract.f32(float 0x7FF0000000000000) ; +inf 80 store volatile float %pinf, float* %p 119 %pinf = call double @llvm.amdgcn.fract.f64(double 0x7FF0000000000000) ; +inf 120 store volatile double %pinf, double* %p
|
D | cos.ll | 62 %pinf = call half @llvm.amdgcn.cos.f16(half 0xH7C00) ; +inf 63 store volatile half %pinf, half* %p 125 %pinf = call float @llvm.amdgcn.cos.f32(float 0x7FF0000000000000) ; +inf 126 store volatile float %pinf, float* %p 188 %pinf = call double @llvm.amdgcn.cos.f64(double 0x7FF0000000000000) ; +inf 189 store volatile double %pinf, double* %p
|
D | sin.ll | 62 %pinf = call half @llvm.amdgcn.sin.f16(half 0xH7C00) ; +inf 63 store volatile half %pinf, half* %p 125 %pinf = call float @llvm.amdgcn.sin.f32(float 0x7FF0000000000000) ; +inf 126 store volatile float %pinf, float* %p 188 %pinf = call double @llvm.amdgcn.sin.f64(double 0x7FF0000000000000) ; +inf 189 store volatile double %pinf, double* %p
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 386 double pinf = uprv_getInfinity(); 401 remainderTest(1.0, pinf, 1.0); 409 remainderTest(pinf, nan, nan);
|