| /third_party/skia/src/core/ |
| H A D | SkScalar.cpp | 37 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc() local
|
| H A D | SkVM.h | 1231 SI F32 fract(F32 x) { return x-> fract(x); } in fract() function
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_1d_table.h | 92 real32 fract = y - z; in Interpolate() local
|
| H A D | dng_abort_sniffer.h | 206 void UpdateProgress (real64 fract) in UpdateProgress() argument [all...] |
| H A D | dng_1d_table.cpp | 168 real64 fract = 0.0; in Expand16() local
|
| H A D | dng_render.cpp | 407 real32 fract = y - (real32) index; in Evaluate() local 687 real32 fract = y - (real32) index; in EvaluateInverse() local
|
| H A D | dng_resample.cpp | 221 real64 fract = sample * (1.0 / (real64) kResampleSubsampleCount); in Initialize() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_alu.cpp | 105 auto fract = nir_ffract(b, in lower() local
|
| H A D | sfn_nir_lower_64bit.cpp | 228 auto fract = nir_ffract(b, highval); variable 246 auto fract = nir_ffract(b, highval); variable
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deMath.c | 117 double fract = frexp(x, &tmpExp); in deFractExp() local 132 double fract = modf(a, &integer); in deRoundEven() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | intrinsic_test.cc | 902 auto* fract = ty->Members()[0]; in TEST_F() local 931 auto* fract = ty->Members()[0]; in TEST_F() local [all...] |
| /third_party/skia/third_party/skcms/ |
| H A D | skcms.cc | 84 float fract = x - floorf_(x); in exp2f_() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuVectorUtil.hpp | 69 inline float fract (float f) { return f - deFloatFloor(f); } in fract() function
|
| /third_party/skia/src/opts/ |
| H A D | SkRasterPipeline_opts.h | 961 SI F fract(F v) { return v - floor_(v); } in fract() function [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 246 ir_expression *fract(operand a) in fract() function
|
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 624 SIN Vec<N,float> fract(const Vec<N,float>& x) { return x - floor(x); } in fract() function
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_xfade.c | 253 static inline float fract(float a) in fract() function
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2297 clamp_fract(struct lp_build_context *bld, LLVMValueRef fract) in clamp_fract() argument
|
| H A D | lp_bld_sample_soa.c | 240 LLVMValueRef fract; in lp_build_coord_mirror() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4231 const double fract = deModf(x, &truncated); in applyPoint() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsBuiltinPrecisionTests.cpp | 3276 const double fract = deModf(x, &truncated); in applyPoint() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4220 const double fract = deModf(x, &truncated); in applyPoint() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGPUShaderFP64Tests.cpp | 12408 static glw::GLdouble fract(glw::GLdouble val) in fract() function
|