Home
last modified time | relevance | path

Searched defs:float (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.hpp109 bool isEqualRelEpsilon (const tcu::Vector<float, Size>& a, const tcu::Vector<float, Size>& b, const… in isEqualRelEpsilon()
123 bool isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::… in isInRange()
137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor()
150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil()
163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp109 bool isEqualRelEpsilon (const tcu::Vector<float, Size>& a, const tcu::Vector<float, Size>& b, const… in isEqualRelEpsilon()
123 bool isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::… in isInRange()
137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor()
150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil()
163 tcu::Vector<float, Size> abs (const tcu::Vector<float, Size>& v) in abs()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_matrix_simd.inl64 …4<float, aligned_lowp> outerProduct<float, aligned_lowp, tvec4, tvec4>(tvec4<float, aligned_lowp> …
72 …t, aligned_mediump> outerProduct<float, aligned_mediump, tvec4, tvec4>(tvec4<float, aligned_medium…
80 …float, aligned_highp> outerProduct<float, aligned_highp, tvec4, tvec4>(tvec4<float, aligned_highp>…
/third_party/ffmpeg/libswresample/aarch64/
Dresample_init.c98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument
/third_party/ffmpeg/libswresample/arm/
Dresample_init.c98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument
/third_party/rust/crates/minimal-lexical/fuzz/fuzz_targets/
Dparse.rs141 let mut float = F::from_bits(F::EXPONENT_MASK | (F::HIDDEN_BIT_MASK >> 1)); in parse_float() localVariable
147 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() localVariable
153 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() localVariable
199 let mut float: F = in parse_float() localVariable
/third_party/rust/crates/minimal-lexical/tests/
Dintegration_tests.rs141 let mut float = F::from_bits(F::EXPONENT_MASK | (F::HIDDEN_BIT_MASK >> 1)); in parse_float() localVariable
147 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() localVariable
153 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() localVariable
199 let mut float: F = in parse_float() localVariable
/third_party/skia/third_party/externals/tint/src/
Dtraits_test.cc25 void F3(int, S, float) {} in F3() argument
46 void F3(int, S, float) {} in TEST() argument
86 static void F3(int, S, float) {} in TEST() argument
117 auto l3 = [](int, S, float) {}; in TEST() argument
/third_party/flutter/skia/gm/
Dhsl.cpp140 void (*mode)(float,float,float, float*,float*,float*)) { in blend() argument
/third_party/skia/gm/
Dhsl.cpp141 void (*mode)(float,float,float, float*,float*,float*)) { in blend() argument
Druntimeintrinsics.cpp449 std::array<float, N*N> mtx1, in plot_matrix_comp_mult()
488 static void plot_matrix_inverse(SkCanvas* canvas, std::array<float, N*N> mtx, const char* label) { in plot_matrix_inverse()
/third_party/skia/src/gpu/ops/
DClearOp.cpp29 std::array<float, 4> color) { in MakeColor()
45 std::array<float, 4> color, in ClearOp()
/third_party/rust/crates/serde/test_suite/tests/ui/expected-string/
Dfloat.rs6 float: (), field
/third_party/jerryscript/tests/jerry/
Dvariables.js16 var float = 3.14; variable
/third_party/skia/src/gpu/
DGrSwizzle.h81 constexpr std::array<float, 4> GrSwizzle::applyTo(std::array<float, 4> color) const { in applyTo()
98 constexpr float GrSwizzle::ComponentIndexToFloat(std::array<float, 4> color, int idx) { in ComponentIndexToFloat()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DWhiteChorusDescription.h41 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DFlangerDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DPassthroughDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> ) { in buildEffect()
DIIRDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DVibratoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DEchoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DFIRDescription.h39 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DTremoloDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr ) { in buildEffect()
DDoublingDescription.h26 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DSlapbackDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()

1234567