/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fmaxnum.ll | 3 declare float @fmaxf(float, float) 15 ; CHECK: bl fmaxf 17 %z = call float @fmaxf(float %x, float %y) readnone 36 ; CHECK: bl fmaxf 57 ; CHECK: bl fmaxf 58 ; CHECK: bl fmaxf 65 ; CHECK: bl fmaxf 66 ; CHECK: bl fmaxf 67 ; CHECK: bl fmaxf 68 ; CHECK: bl fmaxf [all …]
|
D | ctr-minmaxnum.ll | 11 declare float @fmaxf(float, float) 117 ; CHECK: bl fmaxf 118 ; CHECK-NOT: bl fmaxf 160 %0 = call float @fmaxf(float %f, float 1.0) readnone 172 ; CHECK: bl fmaxf 173 ; CHECK-NOT: bl fmaxf
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fmaxnum.ll | 3 declare float @fmaxf(float, float) 15 ; CHECK: bl fmaxf 17 %z = call float @fmaxf(float %x, float %y) readnone 36 ; CHECK: bl fmaxf 57 ; CHECK: bl fmaxf 58 ; CHECK: bl fmaxf 65 ; CHECK: bl fmaxf 66 ; CHECK: bl fmaxf 67 ; CHECK: bl fmaxf 68 ; CHECK: bl fmaxf [all …]
|
D | ctr-minmaxnum.ll | 12 declare float @fmaxf(float, float) 105 ; CHECK: bl fmaxf 138 %0 = call float @fmaxf(float %f, float 1.0) readnone 150 ; CHECK: bl fmaxf
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_utils.cc | 161 max = fmaxf(max, values[idx]); in SignedSymmetricPerChannelQuantize() 164 fmaxf(fabs(min), fabs(max)) / kSymmetricInt8Scale; in SignedSymmetricPerChannelQuantize() 171 kSymmetricInt8Scale, fmaxf(-kSymmetricInt8Scale, quantized_value)); in SignedSymmetricPerChannelQuantize() 184 max = fmaxf(max, values[i]); in SignedSymmetricQuantize() 186 *scaling_factor = fmaxf(fabs(min), fabs(max)) / kSymmetricInt8Scale; in SignedSymmetricQuantize() 192 fmaxf(-kSymmetricInt8Scale, quantized_value)); in SignedSymmetricQuantize() 204 max = fmaxf(max, values[i]); in SignedSymmetricQuantize() 206 *scaling_factor = fmaxf(fabs(min), fabs(max)) / kSymmetricInt16Scale; in SignedSymmetricQuantize() 212 fmaxf(-kSymmetricInt16Scale, quantized_value)); in SignedSymmetricQuantize() 224 max = fmaxf(max, values[i]); in SignedSymmetricQuantize() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_hsv_gpu.cu.h | 42 const float M = fmaxf(r, fmaxf(g, b)); in rgb2hsv_cuda() 127 new_s = fminf(1.0f, fmaxf(0.0f, hsv.s * scale)); in adjust_hsv_nhwc()
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMath.h | 149 return make_float4(fmaxf(a.x, b.x), fmaxf(a.y, b.y), fmaxf(a.z, b.z), fmaxf(a.w, b.w)); 265 return fmaxf(fmaxf(a.x, a.y), fmaxf(a.z, a.w));
|
/external/OpenCL-CTS/test_conformance/geometrics/ |
D | test_geometrics.cpp | 141 …errorTolerances[ 0 ] = fmaxf( fabsf( vecA[ 1 ] ), fmaxf( fabsf( vecB[ 2 ] ), fmaxf( fabsf( vecA[ 2… in cross_product() 142 …errorTolerances[ 1 ] = fmaxf( fabsf( vecA[ 2 ] ), fmaxf( fabsf( vecB[ 0 ] ), fmaxf( fabsf( vecA[ 0… in cross_product() 143 …errorTolerances[ 2 ] = fmaxf( fabsf( vecA[ 0 ] ), fmaxf( fabsf( vecB[ 1 ] ), fmaxf( fabsf( vecA[ 1… in cross_product() 277 float a = fmaxf( fabsf( vecA[ 0 ] ), fabsf( vecB[ 0 ] ) ); in getMaxValue() 279 a = fmaxf( fabsf( vecA[ i ] ), fmaxf( fabsf( vecB[ i ] ), a ) ); in getMaxValue()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_image_param.cpp | 61 expected[ 0 ] = fmaxf( p[ 0 ] / 127.f, -1.f ); in validate_results() 62 expected[ 1 ] = fmaxf( p[ 1 ] / 127.f, -1.f ); in validate_results() 63 expected[ 2 ] = fmaxf( p[ 2 ] / 127.f, -1.f ); in validate_results() 64 expected[ 3 ] = fmaxf( p[ 3 ] / 127.f, -1.f ); in validate_results()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | fminmax.ll | 18 %call = tail call float @fmaxf(float %x, float %y) #1 23 declare float @fmaxf(float, float) #0
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-07-23-VSetCC.ll | 24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0] 32 declare float @fmaxf(float, float)
|
D | fmaxnum.ll | 4 declare float @fmaxf(float, float) 35 %z = call float @fmaxf(float %x, float %y) readnone 40 ; CHECK: jmp fmaxf 42 %z = call float @fmaxf(float %x, float %y) readnone
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2008-07-23-VSetCC.ll | 24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0] 32 declare float @fmaxf(float, float)
|
D | fmaxnum.ll | 5 declare float @fmaxf(float, float) 39 %z = call float @fmaxf(float %x, float %y) readnone 46 ; CHECK-NEXT: jmp fmaxf # TAILCALL 47 %z = call float @fmaxf(float %x, float %y) readnone
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 208 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y) 209 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z 221 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y) 222 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z
|
/external/clang/test/Sema/ |
D | implicit-builtin-decl.c | 61 extern float fmaxf(float, float);
|
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | main.cpp | 40 ADD_TEST( fmaxf ),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-max-05.ll | 9 declare float @fmaxf(float, float) 66 ; Test the fmaxf library function. 71 %ret = call float @fmaxf(float %val1, float %val2) readnone
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | mips64signextendsesf.ll | 184 %call = tail call float @fmaxf(float %b.0.b.0., float %a.0.a.0.) #2 193 declare float @fmaxf(float, float) #1
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64signextendsesf.ll | 184 %call = tail call float @fmaxf(float %b.0.b.0., float %a.0.a.0.) #2 193 declare float @fmaxf(float, float) #1
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 95 float fmaxf(float, float); 281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 169 float fmaxf( float x, float y );
|
/external/tensorflow/tensorflow/core/util/ |
D | gpu_kernel_helper.h | 161 return fmaxf(x, y); in tf_max()
|