Home
last modified time | relevance | path

Searched refs:xmlXPathPINF (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h393 XMLPUBVAR double xmlXPathPINF; variable
/external/libxml2/
Dxmlschemastypes.c39 extern double xmlXPathPINF;
2437 v->value.f = (float) xmlXPathPINF; in xmlSchemaValAtomicType()
2448 v->value.d = xmlXPathPINF; in xmlSchemaValAtomicType()
4607 if (d1 == xmlXPathPINF) { in xmlSchemaCompareFloats()
4608 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
4612 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
Dxpath.c116 double xmlXPathPINF = 1; variable
130 xmlXPathPINF = trio_pinf(); in xmlXPathInit()
7315 ctxt->value->floatval=xmlXPathPINF; in xmlXPathValueFlipSign()
7423 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()
7429 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()