Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8()
17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16()
24 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32()
31 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64()
38 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8()
45 uint16x8_t test_vcombine_u16(uint16x4_t low, uint16x4_t high) { in test_vcombine_u16()
52 uint32x4_t test_vcombine_u32(uint32x2_t low, uint32x2_t high) { in test_vcombine_u32()
59 uint64x2_t test_vcombine_u64(uint64x1_t low, uint64x1_t high) { in test_vcombine_u64()
66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
73 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16()
[all …]
/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_rand.rs39 let high = *high_b.borrow(); localVariable
57 let high = *high_b.borrow(); localVariable
83 let high = *high_b.borrow(); localVariable
105 let high = *high_b.borrow(); localVariable
138 let high = *high_b.borrow(); localVariable
157 let high = *high_b.borrow(); localVariable
188 let high = *high_b.borrow(); localVariable
211 let high = *high_b.borrow(); localVariable
245 let high = *high_b.borrow(); localVariable
265 let high = *high_b.borrow(); localVariable
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h93 inline int4 clamp(int4 amount, int low, int high) { in clamp()
102 inline float4 clamp(float4 amount, float low, float high) { in clamp()
111 inline int2 clamp(int2 amount, int low, int high) { in clamp()
118 inline float2 clamp(float2 amount, float low, float high) { in clamp()
125 inline int clamp(int amount, int low, int high) { in clamp()
129 inline float clamp(float amount, float low, float high) { in clamp()
/external/llvm-libc/src/__support/
Dhash.h28 uint64_t high = static_cast<uint64_t>(p >> 64); in folded_multiply() local
58 uint64_t &high) { in read_small_values()
102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update()
130 uint64_t low, high; in update() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dhash.h28 uint64_t high = static_cast<uint64_t>(p >> 64); in folded_multiply() local
58 uint64_t &high) { in read_small_values()
102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update()
130 uint64_t low, high; in update() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dhash.h28 uint64_t high = static_cast<uint64_t>(p >> 64); in folded_multiply() local
58 uint64_t &high) { in read_small_values()
102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update()
130 uint64_t low, high; in update() local
/external/rust/android-crates-io/crates/rayon/tests/
Dchars.rs6 let high = char::from_u32(0xE000 + 0x7).unwrap(); in half_open_correctness() localVariable
24 let high = char::from_u32(0xE000 + 0x7).unwrap(); in closed_correctness() localVariable
/external/pcre/src/sljit/
DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
170 sljit_sw high; in emit_const() local
194 sljit_sw high; in sljit_set_jump_addr() local
/external/selinux/libsepol/src/
Dport_record.c10 int low, high; member
21 int low, high; member
29 int low, int high, int proto, in sepol_port_key_create()
51 int *low, int *high, int *proto) in sepol_port_key_unpack()
157 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
Dports.c65 int high = sepol_port_get_high(data); in port_from_record() local
121 int high = port->u.port.high_port; in port_to_record() local
183 int low, high, proto; in sepol_port_exists() local
221 int low, high, proto; in sepol_port_query() local
261 int low, high, proto; in sepol_port_modify() local
/external/libchrome/base/
Dtoken.h30 constexpr Token(uint64_t high, uint64_t low) : high_(high), low_(low) {} in Token()
37 uint64_t high() const { return high_; } in high() function
/external/libaom/aom_dsp/x86/
Dintrapred_x86.h23 const __m128i high = _mm_unpackhi_epi64(x, x); in dc_sum_16_sse2() local
34 const __m128i high = _mm_unpackhi_epi64(x0, x0); in dc_sum_32_sse2() local
/external/libvpx/vpx_dsp/
Dvpx_dsp_common.h66 static INLINE int clamp(int value, int low, int high) { in clamp()
70 static INLINE double fclamp(double value, double low, double high) { in fclamp()
74 static INLINE int64_t lclamp(int64_t value, int64_t low, int64_t high) { in lclamp()
/external/cronet/stable/base/
Dtoken.h33 constexpr Token(uint64_t high, uint64_t low) : words_{high, low} {} in Token()
46 constexpr uint64_t high() const { return words_[0]; } in high() function
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Derror.h113 #define MBEDTLS_ERROR_ADD(high, low) \ argument
142 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add()
/external/cronet/tot/base/
Dtoken.h33 constexpr Token(uint64_t high, uint64_t low) : words_{high, low} {} in Token()
46 constexpr uint64_t high() const { return words_[0]; } in high() function
/external/libmonet/dynamiccolor/
DContrastCurve.java38 private final double high; field in ContrastCurve
48 public ContrastCurve(double low, double normal, double medium, double high) { in ContrastCurve()
/external/mbedtls/include/mbedtls/
Derror.h113 #define MBEDTLS_ERROR_ADD(high, low) \ argument
142 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java125 public boolean isInEncoding(char high, char low) { in isInEncoding()
177 public boolean isInEncoding(char high, char low); in isInEncoding()
234 public boolean isInEncoding(char high, char low) { in isInEncoding()
464 private static boolean inEncoding(char high, char low, String encoding) { in inEncoding()
/external/cronet/tot/base/android/
Dunguessable_token_android.cc25 const uint64_t high = token.GetHighForSerialization(); in Create() local
36 const uint64_t high = in FromJavaUnguessableToken() local
/external/libchrome/base/android/
Dunguessable_token_android.cc15 const uint64_t high = token.GetHighForSerialization(); in Create() local
25 const uint64_t high = in FromJavaUnguessableToken() local
/external/cronet/stable/base/android/
Dunguessable_token_android.cc25 const uint64_t high = token.GetHighForSerialization(); in Create() local
36 const uint64_t high = in FromJavaUnguessableToken() local
/external/igt-gpu-tools/assembler/
Dgen8_instruction.h51 #define F(name, high, low) \ argument
324 gen8_bits(struct gen8_instruction *insn, unsigned high, unsigned low) in gen8_bits()
345 unsigned high, in gen8_set_bits()
/external/cronet/tot/testing/clusterfuzz/common/
Dutils.py11 def RandomLowInteger(low, high, beta=31.0): argument
17 def UniformExpoInteger(low, high, base=2): argument
/external/cronet/stable/testing/clusterfuzz/common/
Dutils.py11 def RandomLowInteger(low, high, beta=31.0): argument
17 def UniformExpoInteger(low, high, base=2): argument

12345678910>>...35