Searched refs:zero (Results 251 - 275 of 972) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
118 move $v0,$zero
277 move $v0,$zero
405 move $v0,$zero
522 move $v0,$zero
653 move $v0,$zero
655 move $a0,$zero
821 move $ta0,$zero
864 li $v0,-1 # I would rather signal div-by-zero
887 move $v1,$zero
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_ssse3.c389 const __m128i zero = _mm_setzero_si128(); local
423 stp1_13 = _mm_unpackhi_epi64(stp2_11, zero);
424 stp1_14 = _mm_unpackhi_epi64(stp2_8, zero);
454 stp2_6 = _mm_unpackhi_epi64(stp1_4, zero);
464 stp1_9 = _mm_unpacklo_epi64(tmp2, zero);
465 stp1_10 = _mm_unpacklo_epi64(tmp3, zero);
466 stp1_8 = _mm_unpacklo_epi64(tmp0, zero);
467 stp1_11 = _mm_unpacklo_epi64(tmp1, zero);
469 stp1_13 = _mm_unpackhi_epi64(tmp3, zero);
470 stp1_14 = _mm_unpackhi_epi64(tmp2, zero);
687 const __m128i zero = _mm_setzero_si128(); local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSASigner.java120 BigInteger zero = BigInteger.valueOf(0);
122 if (zero.compareTo(r) >= 0 || params.getQ().compareTo(r) <= 0)
127 if (zero.compareTo(s) >= 0 || params.getQ().compareTo(s) <= 0)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioBus.cpp96 void AudioBus::zero() function in class:blink::AudioBus
99 m_channels[i]->zero();
298 channel(0)->zero();
299 channel(1)->zero();
300 channel(3)->zero();
301 channel(4)->zero();
302 channel(5)->zero();
305 zero();
394 channel(i)->zero();
418 zero();
[all...]
H A DAudioArray.h53 // if re-allocated. Allocations are zero-initialized.
93 zero();
115 void zero()
H A DAudioDelayDSPKernel.cpp63 m_buffer.zero();
163 m_buffer.zero();
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp92 fRec.zero();
102 fRec.zero();
174 fRec.zero();
/external/clang/test/Sema/
H A Ddesignated-initializers.c228 int zero; member in struct:__anon19098::__anon19099
269 [1].a.zero = 3,// expected-note{{previous}}
270 [0].a.zero = 5,
/external/eigen/test/
H A Dnullary.cpp17 Scalar zero = static_cast<Scalar>(0); local
22 offDiagOK = offDiagOK && (A(i,j) == zero);
27 offDiagOK = offDiagOK && (A(i,j) == zero);
/external/libcxx/test/atomics/atomics.types.generic/
H A Dintegral.pass.cpp150 A& zero = *new (storage) A(); local
151 assert(zero == 0);
152 zero.~A();
/external/libvorbis/doc/
H A D09-helper.tex18 \varname{[x]}. Values of \varname{[x]} less than zero are defined to return zero.
22 2) if ( [x] is greater than zero ) {
25 4) logical shift [x] one bit to the right, padding the MSb with zero
110 6) if ( [dy] is less than zero ) {
131 rounding division of both positive and negative numbers toward zero.
/external/bison/darwin-lib/
H A Dstdint.h122 #define _STDINT_MIN(signed, bits, zero) \
123 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
125 #define _STDINT_MAX(signed, bits, zero) \
127 ? ~ _STDINT_MIN (signed, bits, zero) \
131 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/external/bison/lib/
H A Dstdint.in.h121 #define _STDINT_MIN(signed, bits, zero) \
122 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
124 #define _STDINT_MAX(signed, bits, zero) \
126 ? ~ _STDINT_MIN (signed, bits, zero) \
130 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.cpp94 outputBus->zero();
102 outputBus->zero();
110 outputBus->zero();
123 outputBus->zero();
132 outputBus->zero();
139 outputBus->zero();
193 // Potentially zero out initial frames leading up to the offset.
459 totalRate = 1; // zero rate is considered illegal
H A DConvolverNode.cpp86 outputBus->zero();
96 outputBus->zero();
/external/fdlibm/
H A De_j0.c15 * Bessel function of the first and second kinds of order zero.
86 static double zero = 0.0; variable
109 if ((s*c)<zero) cc = z/ss;
172 if((ix|lx)==0) return -one/zero;
173 if(hx<0) return zero/zero;
196 if ((s*c)<zero) cc = z/ss;
H A De_j1.c15 * Bessel function of the first and second kinds of order zero.
87 static double zero = 0.0; variable
110 if ((s*c)>zero) cc = z/ss;
173 if((ix|lx)==0) return -one/zero;
174 if(hx<0) return zero/zero;
182 if ((s*c)>zero) cc = z/ss;
/external/llvm/test/MC/Mips/
H A Dmicromips-expansions.s8 # CHECK: ori $5, $zero, 123 # encoding: [0xa0,0x50,0x7b,0x00]
9 # CHECK: addiu $6, $zero, -2345 # encoding: [0xc0,0x30,0xd7,0xf6]
12 # CHECK: addiu $4, $zero, 20 # encoding: [0x80,0x30,0x14,0x00]
/external/chromium_org/chrome/browser/resources/signin_internals/
H A Dsignin_index.css11 .zero {
/external/chromium_org/third_party/fips181/
H A Dconvert.cc367 char zero = 0x00; local
399 (void) memcpy((void *)(tmp_ptr), (void *)&zero, 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm113 vtst.16 q15, q5, q8 ; non-zero element is set to all 1
125 vtst.16 q3, q11, q8 ; non-zero element is set to all 1
165 vorr.s16 q14, q0, q1 ; check if all zero (step 1)
168 vorr.s16 d28, d28, d29 ; check if all zero (step 2)
175 vmov r2, r3, d28 ; check if all zero (step 3)
200 orr r2, r2, r3 ; check if all zero (step 4)
201 cmp r2, #0 ; check if all zero (step 5)
202 beq zero_output ; check if all zero (step 6)
214 vtst.16 q15, q13, q8 ; non-zero element is set to all 1
/external/chromium_org/third_party/npapi/npspy/common/
H A Dplugload.cpp124 DWORD zero = 0L; local
135 versize = GetFileVersionInfoSize(cur_file.c_str(), &zero);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S32_Sfs_s.S102 #define zero r9 define
170 MOV zero,#0
172 VMOV dzero[0],zero
174 VMOV dZero[0],zero
413 MOV zero,#0
414 VMOV dX0r[1],zero
416 VMOV dX0i[1],zero
429 VDUP dzero,zero
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing_full.lua26 Use to initialize all keys passed in keyTable to zero in table.
27 Useful so that keys that are never get incremented still output zero at end
49 resetTableKeys(dash_phase, {"zero", "other"})
83 increment(dash_phase, "zero")
/external/chromium_org/ui/gl/
H A Dgl_image_android_native_buffer.cc97 char zero[4] = {0, }; local
99 GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, &zero);

Completed in 2137 milliseconds

<<11121314151617181920>>