Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h399 XMLPUBVAR double xmlXPathPINF; variable
/external/libxml2/
Dxmlschemastypes.c39 extern double xmlXPathPINF;
2442 v->value.f = (float) xmlXPathPINF; in xmlSchemaValAtomicType()
2453 v->value.d = xmlXPathPINF; in xmlSchemaValAtomicType()
4628 if (d1 == xmlXPathPINF) { in xmlSchemaCompareFloats()
4629 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
4633 if (d2 == xmlXPathPINF) in xmlSchemaCompareFloats()
Dxpath.c116 double xmlXPathPINF = 1; variable
130 xmlXPathPINF = trio_pinf(); in xmlXPathInit()
7379 ctxt->value->floatval=xmlXPathPINF; in xmlXPathValueFlipSign()
7487 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()
7493 ctxt->value->floatval = xmlXPathPINF; in xmlXPathDivValues()