HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 26 - 50 of 291) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
T_opc_goto_1.d 29 ; test positive offset
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
fpu_rmode.asm 26 ; BYTE 2 ; round to positive infinity
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
  /prebuilts/go/darwin-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /prebuilts/go/linux-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.s 10 ;; Branchs to defined symbols, positive offset < 128
50 ;; Branchs to defined symbols, positive offset > -128
  /external/fec/
peak_sse2_assist.s 27 psraw $15,%xmm1 # xmm1 = 1's if negative, 0's if positive
peak_sse_assist.s 27 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
peakval_sse2_assist.s 27 psraw $15,%xmm1 # xmm1 = 1's if negative, 0's if positive
peakval_sse_assist.s 27 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
peak_mmx_assist.s 28 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
peakval_mmx_assist.s 28 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
  /external/libunwind/doc/
unw_is_signal_frame.tex 19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
35 positive value if the current frame is a signal frame, or 0 if it is
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 224 final Button positive = getButton(BUTTON_POSITIVE);
225 if (positive != null) {
226 positive.setEnabled(valid);
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 542 private static double nextDouble (double d, boolean positive) {
552 if (positive) {
569 * Finds the least double greater than {@code d} (if {@code positive} is
571 * {@code positive} is {@code false}).
581 * @param positive {@code true} if the least double is desired;
585 public static double nextDouble (double d, boolean positive) {
595 if (positive) {
611 if ((bits > 0) == positive) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DialogController.java 103 Button positive = alertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
104 positive.setFocusable(true);
105 positive.requestFocus();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /external/python/cpython2/Lib/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 247 positive = test_values + [1.] + [1./x for x in test_values]
248 nonnegative = [0.] + positive
251 real_line = [0.] + positive + [-x for x in positive]
260 'log' : positive,
261 'log10' : positive,
278 for v in positive:
  /test/vts/utils/python/common/
filter_utils.py 104 A tuple of lists: two lists where the first one is positive patterns
108 positive = []
114 positive.append(item)
115 return (positive, negative)
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.asm 21 ; BYTE 2 ; round to positive infinity
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 138 valid granule position must be positive, by
140 of audio is positive or negative.
145 A positive starting value simply indicates that this stream begins at
146 some positive time offset, potentially within a larger

Completed in 1521 milliseconds

12 3 4 5 6 7 8 91011>>