Searched refs:pinf (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 36 double pinf = uprv_getInfinity(); 102 double pinf = uprv_getInfinity(); in testMaxMin() local 111 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin() 112 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin() 115 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 116 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 118 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 127 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin() 128 maxMinTest(pinf, nan, nan, FALSE); in testMaxMin() [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 386 double pinf = uprv_getInfinity(); 401 remainderTest(1.0, pinf, 1.0); 409 remainderTest(pinf, nan, nan);
|
/third_party/ffmpeg/libavdevice/ |
D | iec61883.c | 245 struct raw1394_portinfo pinf[16]; in iec61883_read_header() local 266 if ((nb_ports = raw1394_get_port_info(dv->raw1394, pinf, 16)) < 0) { in iec61883_read_header()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gsthdv1394src.c | 458 struct raw1394_portinfo pinf[16]; in gst_hdv1394src_discover_avc_node() local 466 if (raw1394_get_port_info (handle, pinf, 16) < 0) { in gst_hdv1394src_discover_avc_node()
|
D | gstdv1394src.c | 720 struct raw1394_portinfo pinf[16]; in gst_dv1394src_discover_avc_node() local 728 if (raw1394_get_port_info (handle, pinf, 16) < 0) { in gst_dv1394src_discover_avc_node()
|