Searched refs:zero (Results 26 - 50 of 108) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DBooleanOr.java66 l = new Boolean (((BigInteger)tmpL).compareTo (zero) != 0);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.cpp44 __ jcc(Assembler::zero, done);
H A Dinterp_masm_x86_32.cpp137 jcc(Assembler::zero, L);
186 jcc(Assembler::zero, L); // if (thread->jvmti_thread_state() == NULL) exit;
429 jccb(Assembler::zero, run_compiled_code);
532 jcc(Assembler::zero, unlocked);
706 cond_inc32(Assembler::zero,
709 jcc(Assembler::zero, done);
723 // Save the test result, for recursive case, the result is zero
727 cond_inc32(Assembler::zero,
730 jcc(Assembler::zero, done);
782 // zero fo
[all...]
H A Dinterp_masm_x86_64.cpp140 jcc(Assembler::zero, L);
182 jcc(Assembler::zero, L); // if (thread->jvmti_thread_state() == NULL) exit;
428 jccb(Assembler::zero, run_compiled_code);
531 jcc(Assembler::zero, unlocked);
708 cond_inc32(Assembler::zero,
711 jcc(Assembler::zero, done);
725 // Save the test result, for recursive case, the result is zero
729 cond_inc32(Assembler::zero,
732 jcc(Assembler::zero, done);
794 // zero fo
[all...]
H A DtemplateInterpreter_x86_32.cpp249 __ jcc(Assembler::zero, L);
357 __ jccb(Assembler::zero, no_mdo);
361 __ increment_mask_and_jump(mdo_invocation_counter, increment, mask, rcx, false, Assembler::zero, overflow);
366 __ increment_mask_and_jump(invocation_counter, increment, mask, rcx, true, Assembler::zero, overflow);
498 // verify that thread stack base is non-zero
501 __ stop("stack base is zero");
503 // verify that thread stack size is non-zero
506 __ stop("stack size is zero");
568 __ jcc(Assembler::zero, done);
602 __ jcc(Assembler::zero, method_data_continu
[all...]
H A DtemplateInterpreter_x86_64.cpp216 __ jcc(Assembler::zero, L);
313 __ jccb(Assembler::zero, no_mdo);
317 __ increment_mask_and_jump(mdo_invocation_counter, increment, mask, rcx, false, Assembler::zero, overflow);
322 __ increment_mask_and_jump(invocation_counter, increment, mask, rcx, true, Assembler::zero, overflow);
378 // (NULL bcp). We pass zero for it. The call returns the address
443 // verify that thread stack base is non-zero
446 __ stop("stack base is zero");
448 // verify that thread stack size is non-zero
451 __ stop("stack size is zero");
524 __ jcc(Assembler::zero, don
[all...]
H A Dc1_MacroAssembler_x86.cpp90 // for recursive locking, the result is zero => save it in the displaced header
119 jcc(Assembler::zero, done);
190 jcc(Assembler::zero, done);
191 // initialize topmost word, divide index by 2, check if odd and test if zero
196 jcc(Assembler::zero, L);
218 jcc(Assembler::zero, done);
H A Dinterpreter_x86_64.cpp97 __ cmovptr(Assembler::zero, c_rarg1, Address(rsp, 0));
182 __ cmovptr(Assembler::zero, c_rarg1, Address(rsp, 0));
/openjdk7/jdk/make/java/jvm/
H A DMakefile52 JVMCFG_ARCH = zero
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java47 private final Object zero; field in class:Wrapper
53 private Wrapper(Class<?> wtype, Class<?> ptype, char tchar, Object zero, Object emptyArray, int format) { argument
57 this.zero = zero;
68 basicTypeChar, zero,
217 /** Produce a zero value for the given wrapper type.
218 * This will be a numeric zero for a number or character,
225 public Object zero() { return zero; } method in class:Wrapper
227 /** Produce a zero valu
231 public <T> T zero(Class<T> type) { return convert(zero, type); } method in class:Wrapper
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c82 zero = 0.0, variable
129 /* y==zero: x**0 = 1 */
163 return (hy>=0)? y: zero;
165 return (hy<0)?-y: zero;
241 t_h = zero;
299 t = zero;
H A Dk_rem_pio2.c171 zero = 0.0, variable
197 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (double) ipio2[j];
252 if(z==zero) {
268 /* chop off zero terms */
H A De_rem_pio2.c84 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable
183 while(tx[nx-1]==zero) nx--; /* skip zero term */
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java665 Integer zero = new Integer(0);
668 new Object[] {zero, zero, zero, zero});
677 new Object[] {new Integer(6), zero, zero, zero});
773 "Button.textShiftOffset", zero,
791 "ToggleButton.textShiftOffset", zero,
[all...]
/openjdk7/make/
H A Dhotspot-rules.gmk80 HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
/openjdk7/jdk/make/java/jli/
H A DMakefile65 ERGO_FAMILY=zero
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java65 static Integer zero = 0; field in class:ConstFold
71 return b ? one : zero;
258 return syms.intType.constType(zero);
280 return syms.intType.constType(zero);
306 return syms.intType.constType(zero);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp177 static double zero = 0.0; variable
190 return -two54/zero; /* log(+-0)=-inf */
191 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
203 if(f==zero) {
204 if (k==0) return zero;
284 return -two54/zero; /* log(+-0)=-inf */
285 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
521 /* y==zero: x**0 = 1 */
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeCounter.java339 char zero = (char)(c - Character.getNumericValue(c));
348 s = (char) ((int) zero + (n % 10)) + s;
353 temp.append(zero);
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java46 zero = Query.value(0), field in class:QueryExpStringTest
90 aPlusB_PlusC = Query.gt(Query.plus(Query.plus(aa, bb), cc), zero),
91 aPlus_BPlusC = Query.gt(Query.plus(aa, Query.plus(bb, cc)), zero);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp209 __ cmp_zero_and_br(Assembler::zero, cnt, exit);
522 static jfloat zero = 0.0, one = 1.0; local
525 __ set((intptr_t)&zero, L0); __ ldf( FloatRegisterImpl::S, L0, 0, F0);
925 __ retl(); // Result in Rret is zero; flags set to Z
928 __ ret(); // Result in Rret is zero; flags set to Z
1260 __ br(Assembler::zero, false, Assembler::pt, L_aligned_copy);
1319 __ br(Assembler::zero, false, Assembler::pt, L_aligned_copy);
1419 __ br(Assembler::zero, false, Assembler::pn, L_skip_alignment);
1430 __ br(Assembler::zero, false, Assembler::pt, L_skip_alignment);
1530 __ br(Assembler::zero, fals
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DJAXPValidationMessages_it.properties41 SchemaLanguageLengthZero = La lingua dello schema specificata non pu\u00F2 avere una lunghezza di zero caratteri.
H A DJAXPValidationMessages_pt_BR.properties41 SchemaLanguageLengthZero = O idioma do esquema especificado n\u00E3o pode ter um tamanho de zero caracteres.
H A DXMLSerializerMessages_pt_BR.properties45 Internal = Erro interno: o estado do elemento \u00E9 zero.
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m280 static CFNumberRef zero = NULL;
283 if (!zero) {
285 zero = CFNumberCreate(NULL, kCFNumberDoubleType, &zeroVal);
290 return (value != 0) ? one : zero;

Completed in 103 milliseconds

12345