Searched refs:m_val (Results 1 – 10 of 10) sorted by relevance
38 double m_val; field in XNumber49 m_val = d; in XNumber()62 m_val = num.doubleValue(); in XNumber()94 return m_val; in num()108 return m_val; in num()118 return (Double.isNaN(m_val) || (m_val == 0.0)) ? false : true; in bool()280 if (Double.isNaN(m_val)) in str()284 else if (Double.isInfinite(m_val)) in str()286 if (m_val > 0) in str()292 double num = m_val; in str()[all …]
46 private final boolean m_val; field in XBoolean58 m_val = b; in XBoolean()71 m_val = b.booleanValue(); in XBoolean()104 return m_val ? 1.0 : 0.0; in num()114 return m_val; in bool()124 return m_val ? "true" : "false"; in str()136 setObject(new Boolean(m_val)); in object()160 return m_val == obj2.bool(); in equals()
34 private final boolean m_val; field in XBooleanStatic46 m_val = b; in XBooleanStatic()62 return m_val == obj2.bool(); in equals()
66 private XObject m_val; field in Arg76 return m_val; in getVal()87 m_val = val; in setVal()96 if(null != m_val) in detach()98 m_val.allowDetachToRelease(true); in detach()99 m_val.detach(); in detach()184 m_val = null; in Arg()201 m_val = null; in Arg()218 m_val = val; in Arg()253 m_val = val; in Arg()
38 private String m_val; field in AVTPartSimple46 m_val = val; in AVTPartSimple()56 return m_val; in getSimpleString()90 buf.append(m_val); in evaluate()
228 int m_val; variable252 ulong m_val; variable
976 m_val = 0; in ResetBuffer()986 *((ulong*&)m_current)++ = m_val; in Flush()1018 ulong curval = m_val; in Put()1039 m_val = curval; in Put()
1364 *((ulong*&)m_current)++ = m_val; in Flush()
112 float m_val; /* Masking compensation value */ member
288 p->m_val = 1.; in _vp_psy_init()289 if(rate < 26000) p->m_val = 0; in _vp_psy_init()290 else if(rate < 38000) p->m_val = .94; /* 32kHz */ in _vp_psy_init()291 else if(rate > 46000) p->m_val = 1.275; /* 48kHz */ in _vp_psy_init()783 cx = p->m_val; in _vp_offset_and_mix()1023 float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */ in _vp_couple_quantize_normalize()