Home
last modified time | relevance | path

Searched refs:PI (Results 1 - 15 of 15) sorted by relevance

/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Path2D/router/
H A Dindex.js95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Path2D/router/
H A Dindex.js95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Path2D/router/
H A Dindex.js95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Path2D/router/
H A Dindex.js95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/jsCanavas/
H A Dindex.js236 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
258 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/CanvasRenderingContext2D/
H A Dindex.js245 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
267 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp23 #define PI 3.14159265358979 macro
852 double getResult = cos(firstParam * PI / HALFCIRCLE); in Cos()
865 double getResult = cosh(firstParam * PI / HALFCIRCLE); in Cosh()
1296 double getResult = cosf(firstParam * PI / HALFCIRCLE); in CosF()
1309 double getResult = cosl(firstParam * PI / HALFCIRCLE); in CosL()
1322 double getResult = coshf(firstParam * PI / HALFCIRCLE); in CosHf()
1335 double getResult = coshl(firstParam * PI / HALFCIRCLE); in CosHl()

Completed in 36 milliseconds