Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h400 XMLPUBVAR double xmlXPathNINF; variable
/external/libxml2/
Dxmlschemastypes.c40 extern double xmlXPathNINF;
2440 v->value.f = (float) xmlXPathNINF; in xmlSchemaValAtomicType()
2451 v->value.d = xmlXPathNINF; in xmlSchemaValAtomicType()
4635 if (d1 == xmlXPathNINF) { in xmlSchemaCompareFloats()
4636 if (d2 == xmlXPathNINF) in xmlSchemaCompareFloats()
4640 if (d2 == xmlXPathNINF) in xmlSchemaCompareFloats()
Dxpath.c117 double xmlXPathNINF = -1; variable
131 xmlXPathNINF = trio_ninf(); in xmlXPathInit()
7377 ctxt->value->floatval=xmlXPathNINF; in xmlXPathValueFlipSign()
7485 ctxt->value->floatval = xmlXPathNINF; in xmlXPathDivValues()
7495 ctxt->value->floatval = xmlXPathNINF; in xmlXPathDivValues()