Searched refs:exp (Results 226 - 237 of 237) sorted by relevance

12345678910

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscam02.c125 D = pMod->F - (1.0/3.6)*(exp(((-pMod ->LA-42) / 92.0)));
H A Dcmspcs.c663 cmsFloat64Number delta_ro = 30 * exp( -Sqr(((meanh_p - 275 ) / 25)));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEmergencySoundbank.java652 data[i] *= Math.exp(-Math.abs((i - 23) / ((double) m)) * 1.2)
653 + Math.exp(-Math.abs((i - 40) / ((double) m)) * 0.9);
831 data[i] *= Math.exp(-Math.abs((i - 37) / ((double) m)) * 0.05);
2481 data[i] = (1 - Math.exp(-Math.abs(data[i] * preamp)))
2579 * Math.exp((-1.0 / 2.0) * Math.pow((x - m) / s, 2.0)));
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp3829 ExpandRule *exp = new ExpandRule(); local
3863 exp->_newopers.addName(ident);
3876 exp->_newopconst.Insert(ident, c);
3928 exp->add_instruction(instr_and_operands);
3945 return (exp);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java3271 int exp = (int) expected;
3272 byte[] buffer = new byte[exp];
3294 } while (count < exp && time < timeout4ESBuffer);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1489 } catch (NoSuchMethodException exp) {
1491 exp.printStackTrace();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp1461 return _dwl_first_term * exp(-0.5 * squared_term * squared_term);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Disassembler.java1558 } catch (Exception exp) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java997 dmeshes[i] = Math.exp(logLen*(i+1)/(dmeshes.length+1));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp845 // sin, cos, pow and exp need two free fpu stack slots, so register
875 case vmIntrinsics::_dexp: __ exp (calc_input, calc_result, tmp1, tmp2, FrameMap::rax_opr, FrameMap::rcx_opr, FrameMap::rdx_opr); break;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java1338 Expression exp = new EqualityExpr(Operators.EQ,
1342 predicates.addElement(new Predicate(exp));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2062 void exp (LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) { append(new LIR_Op2(lir_exp , from, tmp1, to, tmp2, tmp3, tmp4, tmp5)); } function in class:LIR_List

Completed in 115 milliseconds

12345678910