/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.frexp.exp.ll | 6 declare i32 @llvm.amdgcn.frexp.exp.f32(float) #0 7 declare i32 @llvm.amdgcn.frexp.exp.f64(double) #0 12 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %src) 13 store i32 %frexp.exp, i32 addrspace(1)* %out 21 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %fabs.src) 22 store i32 %frexp.exp, i32 addrspace(1)* %out 31 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %fneg.fabs.src) 32 store i32 %frexp.exp, i32 addrspace(1)* %out 39 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f64(double %src) 40 store i32 %frexp.exp, i32 addrspace(1)* %out [all …]
|
D | llvm.amdgcn.frexp.mant.ll | 6 declare float @llvm.amdgcn.frexp.mant.f32(float) #0 7 declare double @llvm.amdgcn.frexp.mant.f64(double) #0 12 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %src) 13 store float %frexp.mant, float addrspace(1)* %out 21 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fabs.src) 22 store float %frexp.mant, float addrspace(1)* %out 31 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fneg.fabs.src) 32 store float %frexp.mant, float addrspace(1)* %out 39 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %src) 40 store double %frexp.mant, double addrspace(1)* %out [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.frexp.exp.ll | 6 declare i32 @llvm.amdgcn.frexp.exp.i32.f32(float) #0 7 declare i32 @llvm.amdgcn.frexp.exp.i32.f64(double) #0 12 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.i32.f32(float %src) 13 store i32 %frexp.exp, i32 addrspace(1)* %out 21 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.i32.f32(float %fabs.src) 22 store i32 %frexp.exp, i32 addrspace(1)* %out 31 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.i32.f32(float %fneg.fabs.src) 32 store i32 %frexp.exp, i32 addrspace(1)* %out 39 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.i32.f64(double %src) 40 store i32 %frexp.exp, i32 addrspace(1)* %out [all …]
|
D | llvm.amdgcn.frexp.mant.ll | 6 declare float @llvm.amdgcn.frexp.mant.f32(float) #0 7 declare double @llvm.amdgcn.frexp.mant.f64(double) #0 12 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %src) 13 store float %frexp.mant, float addrspace(1)* %out 21 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fabs.src) 22 store float %frexp.mant, float addrspace(1)* %out 31 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fneg.fabs.src) 32 store float %frexp.mant, float addrspace(1)* %out 39 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %src) 40 store double %frexp.mant, double addrspace(1)* %out [all …]
|
D | llvm.amdgcn.frexp.exp.f16.ll | 3 declare i16 @llvm.amdgcn.frexp.exp.i16.f16(half %a) 14 %r.val = call i16 @llvm.amdgcn.frexp.exp.i16.f16(half %a.val) 29 %r.val = call i16 @llvm.amdgcn.frexp.exp.i16.f16(half %a.val) 45 %r.val = call i16 @llvm.amdgcn.frexp.exp.i16.f16(half %a.val)
|
D | llvm.amdgcn.frexp.mant.f16.ll | 3 declare half @llvm.amdgcn.frexp.mant.f16(half %a) 15 %r.val = call half @llvm.amdgcn.frexp.mant.f16(half %a.val)
|
/external/llvm/test/Transforms/InstCombine/ |
D | amdgcn-intrinsics.ll | 55 ; llvm.amdgcn.frexp.mant 58 declare float @llvm.amdgcn.frexp.mant.f32(float) nounwind readnone 59 declare double @llvm.amdgcn.frexp.mant.f64(double) nounwind readnone 65 %val = call float @llvm.amdgcn.frexp.mant.f32(float undef) 72 %val = call double @llvm.amdgcn.frexp.mant.f64(double undef) 79 %val = call float @llvm.amdgcn.frexp.mant.f32(float 0.0) 86 %val = call double @llvm.amdgcn.frexp.mant.f64(double 0.0) 94 %val = call float @llvm.amdgcn.frexp.mant.f32(float -0.0) 101 %val = call double @llvm.amdgcn.frexp.mant.f64(double -0.0) 108 %val = call float @llvm.amdgcn.frexp.mant.f32(float 1.0) [all …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsic.frexp.vert | 3 frexp(inF0, inF1); 9 frexp(inF0, inF1); 15 frexp(inF0, inF1); 21 frexp(inF0, inF1); 27 frexp(inF0, inF1);
|
D | hlsl.intrinsic.frexp.frag | 4 float r000 = frexp(inF0, inF1); 10 float2 r000 = frexp(inF0, inF1); 16 float3 r000 = frexp(inF0, inF1); 22 float4 r000 = frexp(inF0, inF1); 28 MT r000 = frexp(inF0, inF1);
|
D | spv.intOps.vert | 45 fout.xyz += frexp(v3, i3out); 48 fout.x += frexp(v1, i1out);
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.intrinsic.frexp.vert | 3 frexp(inF0, inF1); 9 frexp(inF0, inF1); 15 frexp(inF0, inF1); 21 frexp(inF0, inF1); 27 frexp(inF0, inF1);
|
D | hlsl.intrinsic.frexp.frag | 4 float r000 = frexp(inF0, inF1); 10 float2 r000 = frexp(inF0, inF1); 16 float3 r000 = frexp(inF0, inF1); 22 float4 r000 = frexp(inF0, inF1); 28 MT r000 = frexp(inF0, inF1);
|
D | spv.intOps.vert | 45 fout.xyz += frexp(v3, i3out); 48 fout.x += frexp(v1, i1out);
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | hlsl.intrinsic.frexp.vert.out | 1 hlsl.intrinsic.frexp.vert 9 0:3 frexp ( temp float) 20 0:9 frexp ( temp 2-component vector of float) 32 0:15 frexp ( temp 3-component vector of float) 45 0:21 frexp ( temp 4-component vector of float) 68 0:3 frexp ( temp float) 79 0:9 frexp ( temp 2-component vector of float) 91 0:15 frexp ( temp 3-component vector of float) 104 0:21 frexp ( temp 4-component vector of float)
|
D | hlsl.intrinsic.frexp.frag.out | 1 hlsl.intrinsic.frexp.frag 13 0:4 frexp ( temp float) 27 0:10 frexp ( temp 2-component vector of float) 42 0:16 frexp ( temp 3-component vector of float) 58 0:22 frexp ( temp 4-component vector of float) 110 0:4 frexp ( temp float) 124 0:10 frexp ( temp 2-component vector of float) 139 0:16 frexp ( temp 3-component vector of float) 155 0:22 frexp ( temp 4-component vector of float)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.intrinsic.frexp.vert.out | 1 hlsl.intrinsic.frexp.vert 9 0:3 frexp ( temp float) 20 0:9 frexp ( temp 2-component vector of float) 32 0:15 frexp ( temp 3-component vector of float) 45 0:21 frexp ( temp 4-component vector of float) 68 0:3 frexp ( temp float) 79 0:9 frexp ( temp 2-component vector of float) 91 0:15 frexp ( temp 3-component vector of float) 104 0:21 frexp ( temp 4-component vector of float)
|
D | hlsl.intrinsic.frexp.frag.out | 1 hlsl.intrinsic.frexp.frag 13 0:4 frexp ( temp float) 27 0:10 frexp ( temp 2-component vector of float) 42 0:16 frexp ( temp 3-component vector of float) 58 0:22 frexp ( temp 4-component vector of float) 110 0:4 frexp ( temp float) 124 0:10 frexp ( temp 2-component vector of float) 139 0:16 frexp ( temp 3-component vector of float) 155 0:22 frexp ( temp 4-component vector of float)
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | frexp.glsl | 3 ; FUNC-LABEL: {{^}}@frexp: 10 #shader fs frexp 14 gl_FragColor.x = frexp(f, gl_FragColor.y);
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixExponential.h | 216 using std::frexp; 226 frexp(l1norm / maxnorm, &squarings); 240 using std::frexp; 254 frexp(l1norm / maxnorm, &squarings); 273 using std::frexp; 290 frexp(l1norm / maxnorm, &squarings); 310 frexp(l1norm / maxnorm, &squarings); 329 frexp(l1norm / maxnorm, &squarings);
|
/external/libxml2/include/ |
D | win32config.h | 59 double val = frexp (d, &expon); in isinf() 76 double val = frexp (d, &expon); in isnan()
|
/external/libxml2/win32/VC10/ |
D | config.h | 58 double val = frexp (d, &expon); in isinf() 75 double val = frexp (d, &expon); in isnan()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | amdgcn-intrinsics.ll | 73 ; llvm.amdgcn.frexp.mant 76 declare float @llvm.amdgcn.frexp.mant.f32(float) nounwind readnone 77 declare double @llvm.amdgcn.frexp.mant.f64(double) nounwind readnone 83 %val = call float @llvm.amdgcn.frexp.mant.f32(float undef) 90 %val = call double @llvm.amdgcn.frexp.mant.f64(double undef) 97 %val = call float @llvm.amdgcn.frexp.mant.f32(float 0.0) 104 %val = call double @llvm.amdgcn.frexp.mant.f64(double 0.0) 112 %val = call float @llvm.amdgcn.frexp.mant.f32(float -0.0) 119 %val = call double @llvm.amdgcn.frexp.mant.f64(double -0.0) 126 %val = call float @llvm.amdgcn.frexp.mant.f32(float 1.0) [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | quantization_util_test.cc | 248 double double_result = std::frexp(0.0, &double_shift); in TF_LITE_MICRO_TEST() 255 double_result = std::frexp(1.0, &double_shift); in TF_LITE_MICRO_TEST() 262 double_result = std::frexp(0.25, &double_shift); in TF_LITE_MICRO_TEST() 269 double_result = std::frexp(-1.0, &double_shift); in TF_LITE_MICRO_TEST() 276 double_result = std::frexp(123.45, &double_shift); in TF_LITE_MICRO_TEST()
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 95 __DEVICE__ double frexp(double, int *); 96 __DEVICE__ float frexp(float, int *); 213 using ::frexp;
|
/external/XNNPACK/eval/ |
D | f32-extexp.cc | 49 const double y_ref_m = std::frexp(y_ref, &y_ref_e); in ExpError() 66 const double y_ref_m = std::frexp(y_ref, &y_ref_e); in ExpError()
|