Home
last modified time | relevance | path

Searched defs:fract (Results 1 – 25 of 158) sorted by relevance

1234567

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A Dcompat.h376 #define HEX_FLT(sm, int, fract, se, exp) \ argument
380 #define HEX_DBL(sm, int, fract, se, exp) \ argument
384 #define HEX_LDBL(sm, int, fract, se, exp) \ argument
391 #define HEX_FLT(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp##F argument
392 #define HEX_DBL(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp argument
393 #define HEX_LDBL(sm, int, fract, se, exp) sm 0x##int##.##fract##p##se##exp##L argument
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_resample.h149 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()
H A Ddng_render.cpp407 real32 fract = y - (real32) index; in Evaluate() local
687 real32 fract = y - (real32) index; in EvaluateInverse() local
H A Ddng_1d_table.h92 real32 fract = y - z; in Interpolate() local
H A Ddng_abort_sniffer.h206 void UpdateProgress (real64 fract) in UpdateProgress()
H A Ddng_1d_table.cpp168 real64 fract = 0.0; in Expand16() local
/aosp_15_r20/external/libhevc/common/
H A Dihevc_intra_pred_filters.c1268 WORD32 pos, fract; in ihevc_intra_pred_luma_mode_3_to_9() local
1349 WORD32 pos, fract; in ihevc_intra_pred_luma_mode_11_to_17() local
1452 WORD32 inv_ang, inv_ang_sum, pos, fract; in ihevc_intra_pred_luma_mode_19_to_25() local
1548 WORD32 two_nt, pos, fract; in ihevc_intra_pred_luma_mode_27_to_33() local
H A Dihevc_chroma_intra_pred_filters.c1130 WORD32 inv_ang, inv_ang_sum, pos, fract; in ihevc_intra_pred_chroma_mode_19_to_25() local
1236 WORD32 pos, fract; in ihevc_intra_pred_chroma_mode_27_to_33() local
/aosp_15_r20/device/google/contexthub/firmware/external/arm/
Darm_sin_cos_f32.c212 float32_t sinVal, fract, in; /* Temporary variables for input, output */ in arm_sin_f32() local
301 float32_t cosVal, fract, in; /* Temporary variables for input, output */ in arm_cos_f32() local
/aosp_15_r20/external/deqp/framework/delibs/debase/
H A DdeMath.c143 double fract = frexp(x, &tmpExp); in deFractExp() local
158 double fract = modf(a, &integer); in deRoundEven() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_nir.h114 nir_alu_instr *fract = nir_instr_as_alu(parent); in needs_vs_trig_input_fixup() local
128 nir_alu_instr *fract = nir_instr_as_alu(parent); in needs_fs_trig_input_fixup() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dfloat.rs459 fn fract(self) -> Self { in fract() method
858 fn fract(self) -> Self { in fract() method
920 fn fract(self) -> Self { in fract() method
1224 fn fract(self) -> Self; in fract() method
/aosp_15_r20/external/aac/libSBRdec/src/
H A Dhbe.cpp659 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & CUBE_ROOT_FRACT_BITS_MASK) in invCubeRootNorm2() local
781 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & FOURTHROOT_FRACT_BITS_MASK) in invFourthRootNorm2() local
897 FIXP_DBL fract = (FIXP_DBL)(((INT)op_m & THREEIGTHROOT_FRACT_BITS_MASK) in inv3EigthRootNorm2() local
/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c2100 WORD32 pos, fract = 100, fract_prev; in ihevc_intra_pred_luma_mode_3_to_9_neonintr() local
2313 WORD32 pos, fract = 1000, fract_prev; in ihevc_intra_pred_luma_mode_11_to_17_neonintr() local
2574 WORD32 inv_ang, inv_ang_sum, pos, fract = 1000, fract_prev;; in ihevc_intra_pred_luma_mode_19_to_25_neonintr() local
2794 WORD32 pos, fract = 0, fract_prev; in ihevc_intra_pred_luma_mode_27_to_33_neonintr() local
/aosp_15_r20/frameworks/rs/driver/runtime/
H A Drs_cl.c516 FN_FUNC_FN_PFN(fract) in FN_FUNC_FN_PFN() argument
1941 extern half __attribute__((overloadable)) fract(half v, half *iptr) { in fract() function
1956 extern half __attribute__((const, overloadable)) fract(half v) { in fract() function
1961 extern half2 __attribute__((const, overloadable)) fract(half2 v) { in fract() function
1966 extern half3 __attribute__((const, overloadable)) fract(half3 v) { in fract() function
1971 extern half4 __attribute__((const, overloadable)) fract(half4 v) { in fract() function
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs216 fn fract(self) -> Self { in fract() method
381 fn fract(self) -> Self { in fract() method
954 fn fract(self) -> Self { in fract() method
1119 fn fract(self) -> Self { in fract() method
/aosp_15_r20/external/skia/src/core/
H A DSkScalar.cpp36 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_alu.cpp93 auto fract = nir_ffract(b, in lower() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/
H A Dlib.rs140 fn fract(self) -> Self; in fract() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/
H A Dlib.rs140 fn fract(self) -> Self; in fract() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/
H A Dlib.rs140 fn fract(self) -> Self; in fract() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/
H A Dlib.rs140 fn fract(self) -> Self; in fract() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/
H A Dlib.rs140 fn fract(self) -> Self; in fract() method
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java194 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale)); in toString() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java194 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale)); in toString() local

1234567