Lines Matching refs:toDouble

517         double val= AnyConverter.toDouble(aByte);  in test_toDouble()
519 val= AnyConverter.toDouble(anyByte); in test_toDouble()
521 val= AnyConverter.toDouble(aShort); in test_toDouble()
523 val= AnyConverter.toDouble(anyShort); in test_toDouble()
525 val= AnyConverter.toDouble(aInt); in test_toDouble()
527 val= AnyConverter.toDouble(anyInt); in test_toDouble()
529 val= AnyConverter.toDouble(aFloat); in test_toDouble()
531 val= AnyConverter.toDouble(anyFloat); in test_toDouble()
534 val= AnyConverter.toDouble(aDouble); in test_toDouble()
536 val= AnyConverter.toDouble(anyDouble); in test_toDouble()
540 try { AnyConverter.toDouble(aChar); failed(""); in test_toDouble()
542 try { AnyConverter.toDouble(anyChar); failed(""); in test_toDouble()
544 try { AnyConverter.toDouble(aBool); failed(""); in test_toDouble()
546 try { AnyConverter.toDouble(anyBool); failed(""); in test_toDouble()
548 try { AnyConverter.toDouble(aLong); failed(""); in test_toDouble()
550 try { AnyConverter.toDouble(anyLong); failed(""); in test_toDouble()
552 try { AnyConverter.toDouble(aObj); failed(""); in test_toDouble()
554 try { AnyConverter.toDouble(aStr); failed(""); in test_toDouble()
556 try { AnyConverter.toDouble(anyStr); failed(""); in test_toDouble()
558 try { AnyConverter.toDouble(aType); failed(""); in test_toDouble()
560 try { AnyConverter.toDouble(anyType); failed(""); in test_toDouble()
562 try { AnyConverter.toDouble(anyVoid); failed(""); in test_toDouble()
564 try { AnyConverter.toDouble(arByte); failed(""); in test_toDouble()
566 try { AnyConverter.toDouble(anyArByte); failed(""); in test_toDouble()