Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h394 XMLPUBVAR double xmlXPathNINF; variable
/external/libxml2/
Dxmlschemastypes.c40 extern double xmlXPathNINF;
2435 v->value.f = (float) xmlXPathNINF; in xmlSchemaValAtomicType()
2446 v->value.d = xmlXPathNINF; in xmlSchemaValAtomicType()
4614 if (d1 == xmlXPathNINF) { in xmlSchemaCompareFloats()
4615 if (d2 == xmlXPathNINF) in xmlSchemaCompareFloats()
4619 if (d2 == xmlXPathNINF) in xmlSchemaCompareFloats()
Dxpath.c117 double xmlXPathNINF = -1; variable
131 xmlXPathNINF = trio_ninf(); in xmlXPathInit()
7313 ctxt->value->floatval=xmlXPathNINF; in xmlXPathValueFlipSign()
7421 ctxt->value->floatval = xmlXPathNINF; in xmlXPathDivValues()
7431 ctxt->value->floatval = xmlXPathNINF; in xmlXPathDivValues()