HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 401 - 425 of 1979) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/kernel_tests/
svd_op_test.py 137 low=-1.0, high=1.0, size=np.prod(shape_)).reshape(shape_).astype(dtype_)
140 low=-1.0, high=1.0,
218 a = np.random.uniform(low=-1.0, high=1.0, size=shape_).astype(dtype_)
221 low=-1.0, high=1.0, size=shape_).astype(dtype_)
242 low=-1.0, high=1.0, size=shape_).astype(dtype_)
245 low=-1.0, high=1.0, size=shape_).astype(dtype_)
  /external/v8/src/arm/
deoptimizer-arm.cc 328 // this, we set the low byte in the main table, and then set the high byte
340 // Generate the secondary table, to set the high byte.
341 for (int high = 1; high <= high_fix_max; high++) {
342 __ bind(&high_fixes[high]);
343 __ orr(ip, ip, Operand(high << 8));
346 if (high < high_fix_max) __ b(&high_fixes[0]);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
expr_test.go 84 {"(1<<63)/0", "divide of value with high bit set"},
86 {"(1<<63)%0", "modulo of value with high bit set"},
91 {"(1<<63)>>2", "right shift of value with high bit set"},
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
string.go 29 low, high int
48 if got := t.fn(t.s, t.low, t.high); t.want != got {
49 println("#", i, " ", t.s, "[", t.low, ":", t.high, "] = ", got, " want ", t.want)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
expr_test.go 84 {"(1<<63)/0", "divide of value with high bit set"},
86 {"(1<<63)%0", "modulo of value with high bit set"},
91 {"(1<<63)>>2", "right shift of value with high bit set"},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
string.go 29 low, high int
48 if got := t.fn(t.s, t.low, t.high); t.want != got {
49 println("#", i, " ", t.s, "[", t.low, ":", t.high, "] = ", got, " want ", t.want)
  /external/libunwind_llvm/src/
UnwindCursor.hpp 807 // If the high bit is set, the exception handling table entry is inline inside
832 // If the high bit in the exception handling table entry is set, the entry is
1008 uint32_t high = sectionHeader.indexCount(); local
    [all...]
  /external/libedit/src/
chared.c 260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int))
263 while ((p < high) && !(*wtest)(*p))
265 while ((p < high) && (*wtest)(*p))
268 if (p > high)
269 p = high;
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int))
284 while ((p < high) && (*wtest)(*p) == test)
291 while ((p < high) && Isspace(*p))
296 if (p > high)
297 return high;
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_mul_long.S 42 SET_VREG64_GOTO(v0, v1, a0, t0) # vAA/vAA+1 <- v0(low)/v1(high)
  /art/runtime/jdwp/
jdwp_request.cc 179 uint64_t high = Read4BE(); local
181 return (high << 32) | low;
  /bionic/libc/kernel/uapi/linux/
rio_mport_cdev.h 67 __u16 high; member in struct:rio_doorbell_filter
76 __u32 high; member in struct:rio_pw_filter
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 212 long high = cases.get(sz - 1); local
213 long result = ((high - low + 1)) * 2 + 4;
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 213 long high = cases.get(sz - 1); local
214 long result = ((high - low + 1)) * 2 + 4;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x32.asm 42 pop edx ; restore high-order dword of the quotient
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivU64x32.asm 42 pop edx ; restore high-order dword of the quotient
  /external/guava/guava/src/com/google/common/hash/
Murmur3_32HashFunction.java 93 int high = (int) (input >>> 32); local
98 k1 = mixK1(high);
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 93 UDate low, high; local
97 high = cal->getTime(*status);
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 145 int high = iter.s32bitAt(index += 4); local
146 int end = (high - low + 1) * 4 + (index += 4);
  /external/kernel-headers/original/uapi/linux/
rio_mport_cdev.h 105 __u16 high; member in struct:rio_doorbell_filter
117 __u32 high; member in struct:rio_pw_filter
  /external/libdrm/vc4/
vc4_packet.h 126 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low))
vc4_qpu_defines.h 209 #define QPU_MASK(high, low) ((((uint64_t)1<<((high)-(low)+1))-1)<<(low))
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_packet.h 129 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low))
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_defines.h 229 #define QPU_MASK(high, low) ((((uint64_t)1<<((high)-(low)+1))-1)<<(low))
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_ops_test.py 108 0, high=end_token + 1, size=(max_time, batch_size, beam_width))
110 0, high=beam_width - 1, size=(max_time, batch_size, beam_width))
  /external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/
least_squares_test.py 45 low=-1.0, high=1.0, size=np.prod(shape_)).reshape(shape_).astype(dtype_)
47 low=-1.0, high=1.0, size=shape_[0]).astype(dtype_)

Completed in 1897 milliseconds

<<11121314151617181920>>