Home
last modified time | relevance | path

Searched defs:one (Results 251 - 275 of 490) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c64 nir_ssa_def *one = nir_imm_intN_t(b, 1, x->bit_size); in nir_nextafter() local
181 nir_ssa_def *one = nir_imm_floatN_t(b, 1.0f, bit_size); in nir_atan() local
257 nir_ssa_def *one = nir_imm_floatN_t(b, 1, bit_size); in nir_atan2() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp979 ir_constant *one; in handle_expression() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c272 static const float one[4] = { 1, 1, 1, 1 }; in blend_quad() local
1033 static const float one[4] = { 1, 1, 1, 1 }; blend_single_add_src_alpha_inv_src_alpha() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/chacha/
H A Dchacha-x86_64.s
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c145 double_t hi, lo, one = 1.0; in specialcase() local
179 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow.c145 double_t hi, lo, one = 1.0; in specialcase() local
179 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c145 double_t hi, lo, one = 1.0; in specialcase() local
179 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local
/third_party/musl/src/math/
H A Dpow.c145 double_t hi, lo, one = 1.0; in specialcase() local
179 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local
/third_party/mesa3d/src/mesa/main/
H A Dformat_utils.c971 const float one = 1.0f; in convert_float() local
1033 const uint16_t one = _mesa_float_to_half(1.0f); in convert_half_float() local
1094 const uint8_t one = normalized ? UINT8_MAX : 1; in convert_ubyte() local
1160 const int8_t one = normalized ? INT8_MAX : 1; in convert_byte() local
1226 const uint16_t one = normalized ? UINT16_MAX : 1; in convert_ushort() local
1292 const int16_t one = normalized ? INT16_MAX : 1; in convert_short() local
1357 const uint32_t one in convert_uint() local
1423 const int32_t one = normalized ? INT32_MAX : 1; convert_int() local
[all...]
/third_party/lzma/C/
H A DAesOpt.c280 __m128i one = _mm_cvtsi32_si128(1); in AES_FUNC_START2() local
469 __m128i one = _mm_cvtsi32_si128(1); in VAES_FUNC_START2() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c210 unsigned char one = 1; in hash_gen() local
/third_party/pulseaudio/src/pulse/
H A Dformat.c705 static int pa_format_info_prop_compatible(const char *one, const char *two) { in pa_format_info_prop_compatible() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp254 const deUint8 one = deUint8(255.0f * (lookupScale + lookupBias)); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp412 HRESULT RoHelper::WindowsCompareStringOrdinal(HSTRING one, HSTRING two, int *result) in WindowsCompareStringOrdinal() argument
432 HRESULT RoHelper::WindowsDeleteString(HSTRING one) in WindowsDeleteString() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c210 unsigned char one = 1; in hash_gen() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp122 float one = 1.0; in FindOrCreateFloatZeroAndOne() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp122 float one = 1.0; in FindOrCreateFloatZeroAndOne() local
/third_party/skia/src/pathops/
H A DSkIntersections.h120 int insertSwap(double one, double two, const SkDPoint& pt) { in insertSwap() argument
H A DSkPathWriter.cpp189 bool operator()(const int one, const int two) const { in operator ()() argument
/third_party/optimized-routines/math/
H A Dpow.c151 double_t hi, lo, one = 1.0; in specialcase() local
187 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline() local
/third_party/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp125 float one = 1.0; in FindOrCreateFloatZeroAndOne() local
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_test.cc107 absl::uint128 one = 1; in TEST() local
444 constexpr absl::uint128 one = 1; TEST() local
725 constexpr absl::int128 one = 1; TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc164 std::string one = in TEST() local
377 std::string one = in TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp226 const deUint8 one = deUint8(255.0f * (lookupScale + lookupBias)); in iterate() local
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dkaslr.c106 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) in mem_overlaps() argument

Completed in 25 milliseconds

1...<<11121314151617181920