Home
last modified time | relevance | path

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

12345678910>>...22

/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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h53 #define FC(name, high, low, assertions) \ argument
72 #define F(name, high, low) FC(name, high, low, true) argument
305 #define FJ(name, high, low, assertions) \ argument
704 brw_inst_bits(const brw_inst *inst, unsigned high, unsigned low) in brw_inst_bits()
724 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value) in brw_inst_set_bits()
759 brw_compact_inst_bits(const brw_compact_inst *inst, unsigned high, unsigned low) in brw_compact_inst_bits()
772 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, in brw_compact_inst_set_bits()
783 #define FC(name, high, low, assertions) \ argument
802 #define F(name, high, low) FC(name, high, low, true) argument
/external/r8/src/main/java/com/android/tools/r8/code/
DNop.java14 Nop(int high, BytecodeStream stream) { in Nop()
21 public static Nop create(int high, BytecodeStream stream) { in create()
DInstruction.java57 int high = read16BitValue(stream); in readSigned32BitValue() local
64 long high = read16BitValue(stream); in read32BitValue() local
71 long high = read32BitValue(stream); in read64BitValue() local
76 protected static short combineBytes(int high, int low) { in combineBytes()
80 protected static int makeByte(int high, int low) { in makeByte()
DBaseInstructionFactory.java10 static Instruction create(int high, int opcode, BytecodeStream stream, in create()
/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/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()
161 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
Dports.c58 int high = sepol_port_get_high(data); in port_from_record() local
114 int high = port->u.port.high_port; in port_to_record() local
176 int low, high, proto; in sepol_port_exists() local
214 int low, high, proto; in sepol_port_query() local
254 int low, high, proto; in sepol_port_modify() local
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h50 static INLINE int clamp(int value, int low, int high) { in clamp()
54 static INLINE double fclamp(double value, double low, double high) { in fclamp()
/external/compiler-rt/lib/builtins/
Dint_types.h40 si_int high; member
55 su_int high; member
80 di_int high; member
95 du_int high; member
135 udwords high; member
Dfixunsdfdi.c25 su_int high = a / 4294967296.f; /* a / 0x1p32f; */ in ARM_EABI_FNALIAS() local
Dfixunssfdi.c26 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in ARM_EABI_FNALIAS() local
/external/webrtc/webrtc/base/
Drandom.cc36 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand()
41 int32_t Random::Rand(int32_t low, int32_t high) { in Rand()
/external/gptfdisk/
Dgpttext.cc149 uint32_t low, high; in GetPartNum() local
250 uint32_t low, high; in DeletePartition() local
265 uint32_t low, high; in ChangePartType() local
279 uint32_t low, high; in ChangeUniqueGuid() local
333 uint32_t low, high; in SwapPartitions() local
384 uint32_t low, high; in ShowDetails() local
/external/selinux/libsemanage/src/
Dports_file.c30 int high = semanage_port_get_high(port); in port_print() local
65 int low, high; in port_parse() local
/external/strace/tests/
Dllseek.c39 const unsigned long high = 0xfacefeed; in main() local
/external/strace/tests-m32/
Dllseek.c39 const unsigned long high = 0xfacefeed; in main() local
/external/strace/tests-mx32/
Dllseek.c39 const unsigned long high = 0xfacefeed; in main() local
/external/volley/src/test/java/com/android/volley/
DRequestTest.java35 TestRequest high = new TestRequest(Priority.HIGH); in compareTo() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DBitsStreamGenerator.java85 final long high = ((long) next(26)) << 26; in nextDouble() local
148 final long high = ((long) next(32)) << 32; in nextLong() local
/external/compiler-rt/lib/builtins/ppc/
Dfloatunditf.c18 doublebits high = { .d = twop84 }; in __floatunditf() local
/external/elfutils/tests/
Ddwfl-bug-addr-overflow.c47 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() local
/external/syslinux/gpxe/src/drivers/net/
Detherfabric.h169 #define EFAB_EXTRACT_NATIVE( native_element, min ,max ,low ,high ) \ argument
179 #define EFAB_EXTRACT64( element, min, max, low, high ) \ argument
186 #define EFAB_EXTRACT32( element, min, max, low, high ) \ argument
189 #define EFAB_EXTRACT_OWORD64( oword, low, high ) \ argument
193 #define EFAB_EXTRACT_QWORD64( qword, low, high ) \ argument
196 #define EFAB_EXTRACT_OWORD32( oword, low, high ) \ argument
202 #define EFAB_EXTRACT_QWORD32( qword, low, high ) \ argument
206 #define EFAB_EXTRACT_DWORD( dword, low, high ) \ argument
288 #define EFAB_INSERT_NATIVE64( min, max, low, high, value ) \ argument
294 #define EFAB_INSERT_NATIVE32( min, max, low, high, value ) \ argument
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dget_lsp_poly.c46 int16_t high, low; in WebRtcIlbcfix_GetLspPoly() local
/external/iproute2/tipc/
Dmisc.c18 #define IN_RANGE(val, low, high) ((val) <= (high) && (val) >= (low)) argument

12345678910>>...22