Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h396 XMLPUBVAR double xmlXPathPINF; variable
/external/libxml2/
Dxmlschemastypes.c39 extern double xmlXPathPINF;
2440 v->value.f = (float) xmlXPathPINF; in xmlSchemaValAtomicType()
2451 v->value.d = xmlXPathPINF; in xmlSchemaValAtomicType()
4610 if (d1 == xmlXPathPINF) { in xmlSchemaCompareFloats()
4611 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
4615 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
Dxpath.c116 double xmlXPathPINF = 1; variable
130 xmlXPathPINF = trio_pinf(); in xmlXPathInit()
7332 ctxt->value->floatval=xmlXPathPINF; in xmlXPathValueFlipSign()
7440 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()
7446 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()