Home
last modified time | relevance | path

Searched refs:asdouble (Results 1 – 17 of 17) sorted by relevance

/external/arm-optimized-routines/math/
Dpow.c50 z = asdouble (iz); in log_inline()
64 double_t zhi = asdouble ((iz + (1ULL << 31)) & (-1ULL << 32)); in log_inline()
135 scale = asdouble (sbits); in specialcase()
142 scale = asdouble (sbits); in specialcase()
159 y = asdouble (sbits & 0x8000000000000000); in specialcase()
224 tail = asdouble (T[idx]); in exp_inline()
241 scale = asdouble (sbits); in exp_inline()
362 double_t yhi = asdouble (iy & -1ULL << 27); in pow()
364 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27); in pow()
Dexp2.c38 scale = asdouble (sbits); in specialcase()
44 scale = asdouble (sbits); in specialcase()
114 tail = asdouble (T[idx]); in exp2()
131 scale = asdouble (sbits); in exp2()
Dexp.c40 scale = asdouble (sbits); in specialcase()
46 scale = asdouble (sbits); in specialcase()
132 tail = asdouble (T[idx]); in exp_inline()
149 scale = asdouble (sbits); in exp_inline()
Dlog2.c56 rhi = asdouble (asuint64 (r) & -1ULL << 32); in log2()
97 z = asdouble (iz); in log2()
111 rhi = asdouble (asuint64 (r) & -1ULL << 32); in log2()
Dexp2f.c69 s = asdouble (t); in exp2f()
Dexpf.c84 s = asdouble (t); in expf()
Dpowf.c103 s = asdouble (t); in exp2_inline()
Dlog.c121 z = asdouble (iz); in log()
Dmath_config.h116 asdouble (uint64_t i) in asdouble() function
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.double.frag7 double r01 = asdouble(inU1a, inU1b);
Dhlsl.intrinsics.vert11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
147 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
217 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
Dhlsl.intrinsics.negative.frag5 asdouble(inF0, inF1); // expected error: only integer inputs
46 asdouble(inF0, inF1); // expected error: only integer inputs
Dhlsl.intrinsics.frag28 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
107 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
190 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
272 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics
Dhlsl.intrinsics.negative.comp7 // asdouble(inF0, inF1); // expected error: only integer inputs
69 // asdouble(inF0, inF1); // expected error: only integer inputs
Dhlsl.intrinsics.negative.vert20 // asdouble(inF0, inF1); // expected error: only integer inputs
87 …// asdouble(inF0, inF1); // expected error: only integer inp…
/external/arm-optimized-routines/test/
Dmathbench.c160 asdouble (uint64_t i) in asdouble() function
176 return lo + (hi - lo) * (asdouble (seed >> 12 | 0x3ffULL << 52) - 1.0); in frand()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.intrinsics.negative.frag.out9 ERROR: 0:46: 'asdouble' : double2 conversion not implemented