Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 25 of 69) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfmaxnum.ll3 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 …]
Dctr-minmaxnum.ll11 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/
Dfmaxnum.ll3 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 …]
Dctr-minmaxnum.ll12 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/
Dmicro_utils.cc161 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/
Dadjust_hsv_gpu.cu.h42 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/
DPacketMath.h149 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/
Dtest_geometrics.cpp141 …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/
Dtest_image_param.cpp61 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/
Dfminmax.ll18 %call = tail call float @fmaxf(float %x, float %y) #1
23 declare float @fmaxf(float, float) #0
/external/llvm/test/CodeGen/X86/
D2008-07-23-VSetCC.ll24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
Dfmaxnum.ll4 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/
D2008-07-23-VSetCC.ll24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
Dfmaxnum.ll5 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/
Dfloat-shrink-compare.ll208 ; 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/
Dimplicit-builtin-decl.c61 extern float fmaxf(float, float);
/external/OpenCL-CTS/test_conformance/commonfns/
Dmain.cpp40 ADD_TEST( fmaxf ),
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-max-05.ll9 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/
Dexplicit_symbols.inc97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmips64signextendsesf.ll184 %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/
Dmips64signextendsesf.ll184 %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/
Dlibcall-declarations.c95 float fmaxf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
/external/OpenCL-CTS/test_common/harness/
Dcompat.h169 float fmaxf( float x, float y );
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h161 return fmaxf(x, y); in tf_max()

123