/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_resample.h | 149 const real32 *Weights32 (uint32 fract) const in Weights32() 165 const int16 *Weights16 (uint32 fract) const in Weights16() 238 const real32 *Weights32 (dng_point fract) const in Weights32() 258 const int16 *Weights16 (dng_point fract) const in Weights16()
|
D | dng_1d_table.h | 92 real32 fract = y - z; in Interpolate() local
|
D | dng_abort_sniffer.h | 206 void UpdateProgress (real64 fract) in UpdateProgress()
|
D | dng_1d_table.cpp | 168 real64 fract = 0.0; in Expand16() local
|
D | dng_render.cpp | 407 real32 fract = y - (real32) index; in Evaluate() local 687 real32 fract = y - (real32) index; in EvaluateInverse() local
|
D | dng_resample.cpp | 221 real64 fract = sample * (1.0 / (real64) kResampleSubsampleCount); in Initialize() local
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMath.c | 117 double fract = frexp(x, &tmpExp); in deFractExp() local 132 double fract = modf(a, &integer); in deRoundEven() local
|
/third_party/skia/src/core/ |
D | SkScalar.cpp | 37 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc() local
|
D | SkVM.h | 795 F32 fract(F32 x) { return sub(x, floor(x)); } in abs() function 1231 SI F32 fract(F32 x) { return x-> fract(x); } in fract() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_alu.cpp | 105 auto fract = nir_ffract(b, in lower() local
|
D | sfn_nir_lower_64bit.cpp | 228 auto fract = nir_ffract(b, highval); in lower() local 246 auto fract = nir_ffract(b, highval); in lower() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralSamples.java | 212 Integer fract = getDifferentCategory(ints, keyword); in fractions() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 426 GLM_FUNC_QUALIFIER genType fract(genType x) function 432 GLM_FUNC_QUALIFIER vecType<T, P> fract(vecType<T, P> const & x) function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 246 ir_expression *fract(operand a) in fract() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_vec4.inl | 349 GLM_FUNC_QUALIFIER detail::fvec4SIMD fract function
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | intrinsic_test.cc | 902 auto* fract = ty->Members()[0]; in TEST_F() local 931 auto* fract = ty->Members()[0]; in TEST_F() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 69 inline float fract (float f) { return f - deFloatFloor(f); } in fract() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurrule.cpp | 1849 double fract = n - floor(n); in getFractionalDigits() local
|
/third_party/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1845 double fract = n - floor(n); in getFractionalDigits() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 1840 double fract = n - floor(n); in getFractionalDigits() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xfade.c | 253 static inline float fract(float a) in fract() function
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2297 clamp_fract(struct lp_build_context *bld, LLVMValueRef fract) in clamp_fract()
|
D | lp_bld_sample_soa.c | 240 LLVMValueRef fract; in lp_build_coord_mirror() local
|
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 84 float fract = x - floorf_(x); in exp2f_() local
|
/third_party/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 961 SI F fract(F v) { return v - floor_(v); } in fract() function
|